Welcome![Sign In][Sign Up]
Location:
Search - svd code

Search list

[Documentsc语言教程(www.vcok.com版)

Description: 经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++)    /*以下为三重循环*/  for(j=1 j<5 j++)    for (k=1 k<5 k++)    {     if (i!=k&&i!=j&&j!=k)    /*确保i、j、k三位互不相同*/     printf("%d,%d,%d\n",i,j,k)    }-classic procedures hundred cases == 1-- 10 procedures-- a topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : can fill the 100, 10, 000 the number of spaces are 1,2,3,4. With all the components removed after not satisfied with the conditions. 2. Source code : main () (int i, j, k printf ( "\ n") for (i = 1 ilt; 5 i)/* the following as the triple cycle*/for (j = 1 JLT; 5 j) for (k = 1 KLT; 5 k) (if (i! = ki! = jj! = k)/* i, j, k three disparate*/printf ( "% d,% d,% d \ n ", i, j, k
Platform: | Size: 304128 | Author: 刘宋 | Hits:

[OtherqiyizhifaPCA

Description: 利用奇异值法(SVD)对载入数据进行主成分分析,源代码-use of the singular value (SVD) included data on principal component analysis, source code
Platform: | Size: 8192 | Author: baby | Hits:

[CommunicationMIMO-WATERFILLING

Description: MIMO注水原理的简单运用,有助于理解SVD分解,注水算法,不同发送天线上如何进行功率分配-MIMO injection principle of a simple application helps to understand SVD decomposition algorithm injection, Send different antennas on how power distribution
Platform: | Size: 4096 | Author: 徐侃 | Hits:

[AI-NN-PRdd_tools_1_5_7

Description: 国外一学者开发的数据描述方法的源代码,几乎包括了所有的数据描述方法,有SVDD,KSVDD等等,将会是一个很好的用于野点检测和模拟识别的工具箱,可直接使用(本人已用过)-foreign scholars development of a data description of the source code, including almost all of the data description, have SVDD, KSVDD etc., will be a good field for the detection and identification of the simulation toolkit, can be used directly (I have used).
Platform: | Size: 439296 | Author: | Hits:

[Speech/Voice recognition/combinetest_gsvd

Description: 这是一个测试gsvd.m函数的matlab代码-This is a test gsvd.m function Matlab code
Platform: | Size: 1024 | Author: 怀坏 | Hits:

[Algorithmsvd

Description: fortran版奇异值分解子程序,适合气象统计计算。-fortran version of singular value decomposition subroutine, suitable for meteorological statistical computing.
Platform: | Size: 4096 | Author: 王勇 | Hits:

[AlgorithmSVD

Description: % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解- Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution
Platform: | Size: 3072 | Author: zhxj | Hits:

[Crack Hacksvd

Description: 数字水印技术已经成为信息隐含技术的新热门。这里提供一个基于svd的数字水印源代码,大家共享-Digital watermarking technology has become the information implicit in the new hot technology. Here to provide a SVD-based Digital Watermarking source code, everyone shared
Platform: | Size: 82944 | Author: 张娜 | Hits:

[Special Effectssvd

Description: 一个基于奇异值分解的数字水印源代码,其中可以实现混沌之乱和奇异之分解的数字水印嵌入 -A singular value decomposition-based Digital Watermarking source code, which can be achieved Chaos chaos and singular decomposition of the digital watermark embedded
Platform: | Size: 82944 | Author: anlang | Hits:

[Special Effectsrel51

Description: svd 歧义值分解代码很好用的啊 下来看看吧-Ambiguous value decomposition SVD code used ah good to see you down
Platform: | Size: 528384 | Author: dd | Hits:

[AI-NN-PRsvd-code

Description: svd分析的例子,程序,生成数据,预处理,分析-SVD analysis of the examples, procedures, generating data, pretreatment, analysis
Platform: | Size: 1024 | Author: 来海锋 | Hits:

[Algorithmsvd

Description: 能够对于奇异值的计算matlab代码,找了好久呢-Singular value to the calculation of the matlab code, then look for a long time. .
Platform: | Size: 439296 | Author: 匡恒 | Hits:

[Special Effectssvd

Description: 这是一种基于奇异分解的数字水印代码包括嵌入、提取代码。效果图都包含在内了良好的鲁棒性-This is based on singular decomposition of a digital watermark embedded in the code including the extraction code. Plans have included the effect of a good robustness
Platform: | Size: 82944 | Author: wenping | Hits:

[Algorithmsvd.cpp

Description: This svd source code implementation in c++ , the zip file contain the ap file ,more detail ,please see the ap library adapted for c++ in the zip file.also there is faq to answer your question.-svd source code implementation in c++ , This is the zip file contain the ap file ,more detail ,please see the ap library adapted for c++ in the zip file.also there is faq to answer your question.
Platform: | Size: 88064 | Author: leespoon | Hits:

[Othersvd

Description: 奇异值分解算法的m代码,实现了数字水印技术的嵌入及提取过程,效果不错。-Singular value decomposition algorithm m code, the realization of the digital watermark embedding and extraction technology process, good results.
Platform: | Size: 21504 | Author: xiaobao89 | Hits:

[matlabSVD-DCT_Image_watermarking

Description: This is the matlab code for SVD-DCT image watermarking
Platform: | Size: 5120 | Author: enda | Hits:

[OtherSVD

Description: fortran code for Singular value decomposition
Platform: | Size: 7168 | Author: 李娜 | Hits:

[Voice CompressDWT-SVD

Description: cdma code for developing the code
Platform: | Size: 1229824 | Author: jany | Hits:

[matlabL1-SVD

Description: L1-SVD代码绝对绝无仅有!跟作者没要来,只有自己写了,有错误的话请联系作者-L1-SVD code is absolutely unique! Contact the author did not want to come, only to write their own error, then please contact the author
Platform: | Size: 1381376 | Author: zicheng | Hits:

[DataMining降维code

Description: 了解降维、特征筛选等基本原理 掌握PCA、SVD、LAD和NMF等算法实现及应用(Understand the basic principles of dimensionality reduction and feature selection Master the algorithm implementation and application of PCA, SVD, lad and NMF)
Platform: | Size: 870400 | Author: 宋楠楠123 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net